home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / ATHEATRE.DIR / 00365_Script_365 < prev    next >
Text File  |  1995-09-06  |  296b  |  21 lines

  1. on enterframe
  2.   if rollover(20) then
  3.     HandCursor
  4.   else
  5.     if rollover(13) then
  6.       HandCursor
  7.     else
  8.       if rollover(14) then
  9.         HandCursor
  10.       else
  11.         ArrowCursor
  12.       end if
  13.     end if
  14.   end if
  15.   TheatreRollover
  16. end 
  17.  
  18. on exitframe
  19.   go the frame
  20. end
  21.